home *** CD-ROM | disk | FTP | other *** search
- Path: news.frontier.net!news
- From: Tim Stumpf <tims@mjt.com>
- Newsgroups: comp.lang.c++
- Subject: MSVC Common Dialog Box
- Date: 29 Jan 1996 17:30:04 GMT
- Organization: MJT, Inc
- Message-ID: <4ej06t$n0m@molas.frontier.net>
- NNTP-Posting-Host: 198.135.68.12
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- In MS Visual C++ V.1.5 I am using a common file dialgo box for opening
- multiple files. However, It will allow me to select only about 20 files
- at a time. The program I am writing is a file conversion file to convert
- ascii to binary and vice versa, and would like to get the program so that
- I can do it in a batch at one time. There should not be a problem not
- enough file handles set in the autoexec.bat file, because the program
- will still process the files in sequential order. I've checked the size
- of the string buffer that I am using for the return from the dialog box
- and that seems to be large enough. Am I forgetting something, or is
- there some limit on the number of files that can be selected in the
- common dialog box? Any suggestions would be greatly appreciated.
-
- Thanks
- Tim Stumpf
-
-